home *** CD-ROM | disk | FTP | other *** search
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||| EXTRA HELP
- FILING AND DIRECTORIES
-
- ; Like a filing cabinet disks often need to be organized!
- DOS versions 2.0 and higher permit you to set up a hierarchical
- system of directories. Here is an example:
-
- ; \ [ '\' means ROOT directory ]
-
- ; DOSFILES <DIR> [ Contains PC-DOS files ]
-
- ; PROGRAMS <DIR> [ Contains subdirectories ]
-
- ; LOTUS <DIR> [ Contains Lotus program files ]
- ; MMATE <DIR> [ Contains MultiMate program & text ]
- ; XTALK <DIR> [ Contains Crosstalk program files ]
-
- ; DATA <DIR> [ Contains Data Files ]
-
- ; LOTUS.DAT <DIR> [ Contains Lotus spreadsheets ]
- ; XTALK.TXT <DIR> [ Contains telecommunications text ]
-
- ; Each of the above entries is a DIRECTORY NAME.
- ###